From d9edd3738750e487e86c6a228a71085089e25d5a Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Tue, 29 Jun 2010 13:43:18 +0100 Subject: [PATCH] gpxe: Add eb-roms.h to hgignore list and build ROMs serially. Signed-off-by: Keir Fraser --- .hgignore | 1 + tools/firmware/etherboot/Makefile | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.hgignore b/.hgignore index f878a51d26..547dd495df 100644 --- a/.hgignore +++ b/.hgignore @@ -133,6 +133,7 @@ ^tools/firmware/.*\.bin$ ^tools/firmware/.*\.sym$ ^tools/firmware/.*bios/.*bios.*\.txt$ +^tools/firmware/etherboot/eb-roms\.h$ ^tools/firmware/etherboot/gpxe/.*$ ^tools/firmware/extboot/extboot.img$ ^tools/firmware/extboot/signrom$ diff --git a/tools/firmware/etherboot/Makefile b/tools/firmware/etherboot/Makefile index 8a1ebcaa9c..aaf6be2e62 100644 --- a/tools/firmware/etherboot/Makefile +++ b/tools/firmware/etherboot/Makefile @@ -9,6 +9,8 @@ T=gpxe-git-snapshot.tar.gz ROMS = $(addprefix $D/src/bin/, $(addsuffix .rom, $(NICS))) +.NOTPARALLEL: + .PHONY: all all: eb-roms.h -- 2.30.2